projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d547e7a
)
mx6ul_14x14_evk: Remove get_board_rev()
author
Fabio Estevam
<
[email protected]
>
Mon, 14 Sep 2015 14:06:32 +0000
(11:06 -0300)
committer
Stefano Babic
<
[email protected]
>
Sun, 20 Sep 2015 07:48:00 +0000
(09:48 +0200)
get_board_rev() is not actually providing the board revision.
It just returns the CPU revision instead.
As the CPU revision is already printed on boot, there is no
reason to have get_board_rev(), so let's remove it.
Signed-off-by: Fabio Estevam <
[email protected]
>
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
index 3d5c2854151e64fd900c957de0e619cf0fca5272..8650f350f3eb894e9c05f08ca9bc67881e5f1965 100644
(file)
--- a/
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
+++ b/
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
@@
-631,11
+631,6
@@
int board_late_init(void)
return 0;
}
-u32 get_board_rev(void)
-{
- return get_cpu_rev();
-}
-
int checkboard(void)
{
if (is_mx6ul_9x9_evk())